'Declaration Public Overloads Function GetThumbnail( _
ByVal pageIndexThe zero-based page index in image/document source.As System.Int32, _
ByVal sizeSize of the thumbnail.As System.Drawing.Size, _
ByVal thumbnailLoadingProgressDelegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size size,
System.EventHandler<ProgressEventArgs> thumbnailLoadingProgress
)
public: Vintasoft.Imaging.VintasoftImage* GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size* size,
System.EventHandler<ProgressEventArgs*>* thumbnailLoadingProgress
)
public:
Vintasoft.Imaging.VintasoftImage^ GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size^ size,
System.EventHandler<ProgressEventArgs^>^ thumbnailLoadingProgress
)
Parameters
- pageIndex
- The zero-based page index in image/document source.
- size
- Size of the thumbnail.
- thumbnailLoadingProgress
- Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
A thumbnail image of the specified page of image/document source.